'宣言 Overloads Sub Log( _ ByVal format As System.String, _ ByVal ParamArray args() As System.Object _ )
'使用法 Dim instance As IReaderLog Dim format As System.String Dim args() As System.Object instance.Log(format, args)
パラメータ
- format
- The message formatting string.
- args
- The list of parameters supplied to the formatting string.